From 12953f20b334230ab5116dd3aa626ff453bafc55 Mon Sep 17 00:00:00 2001 From: Benjamin Otte Date: Tue, 21 May 2013 12:37:49 +0200 Subject: [PATCH] tests: Install testsuite/css --- testsuite/css/Makefile.am | 23 +++++++++++++++++++++++ testsuite/css/api.test.in | 3 +++ 2 files changed, 26 insertions(+) create mode 100644 testsuite/css/api.test.in diff --git a/testsuite/css/Makefile.am b/testsuite/css/Makefile.am index cd5b0d6704..4275b2742e 100644 --- a/testsuite/css/Makefile.am +++ b/testsuite/css/Makefile.am @@ -1,8 +1,11 @@ include $(top_srcdir)/Makefile.decl +NULL = + SUBDIRS = parser check_PROGRAMS = $(TEST_PROGS) +test_in_files = AM_CPPFLAGS = \ -I$(top_srcdir) \ @@ -20,5 +23,25 @@ LDADD = \ $(GTK_DEP_LIBS) TEST_PROGS += api +test_in_files += api.test.in + +if BUILDOPT_INSTALL_TESTS +insttestdir=$(pkglibexecdir)/installed-tests/css +insttest_PROGRAMS = $(TEST_PROGS) + +substitutions = \ + -e s,@pkglibexecdir\@,$(pkglibexecdir),g \ + $(NULL) + +test_files = $(test_in_files:.test.in=.test) + +$(test_files): %.test: %.test.in + $(AM_V_GEN) sed $(substitutions) $< > $@.tmp && mv $@.tmp $@ + +EXTRA_DIST += $(test_in_files) + +testmetadir = $(datadir)/installed-tests/$(PACKAGE)/css +testmeta_DATA = $(test_files) +endif -include $(top_srcdir)/git.mk diff --git a/testsuite/css/api.test.in b/testsuite/css/api.test.in new file mode 100644 index 0000000000..7966f5a236 --- /dev/null +++ b/testsuite/css/api.test.in @@ -0,0 +1,3 @@ +[Test] +Exec=@pkglibexecdir@/installed-tests/css/api +Type=session -- 2.30.2